projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1197ecf
)
Fix thinko in previous yow.el change
author
Glenn Morris
<rgm@gnu.org>
Mon, 16 Apr 2012 23:07:19 +0000
(19:07 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 16 Apr 2012 23:07:19 +0000
(19:07 -0400)
lisp/play/yow.el
patch
|
blob
|
history
diff --git
a/lisp/play/yow.el
b/lisp/play/yow.el
index 864f49709fe3460b30f6ed8d2e47acde88d9664d..cb02a839cde55bc3b92654c2c46e8b0b2eee62c7 100644
(file)
--- a/
lisp/play/yow.el
+++ b/
lisp/play/yow.el
@@
-34,7
+34,7
@@
:prefix "yow-"
:group 'games)
-(defcustom yow-file (expand-file-name
data-directory "yow.lines"
)
+(defcustom yow-file (expand-file-name
"yow.lines" data-directory
)
"File containing pertinent pinhead phrases."
:type 'file
:group 'yow)